-
Notifications
You must be signed in to change notification settings - Fork 38
chore: backport changes from kubefleet 08/27/2025 #1183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Zhiying Lin <[email protected]>
Minor fixes Signed-off-by: michaelawyu <[email protected]>
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Zhiying Lin <[email protected]>
--------- Signed-off-by: Ryan Zhang <[email protected]> Co-authored-by: Ryan Zhang <[email protected]>
--------- Signed-off-by: Wantong Jiang <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot]
--------- Signed-off-by: Zhiying Lin <[email protected]>
…address an issue in work applier where some errors might not get properly surfaced in ReportDiff mode (Azure#183)
Signed-off-by: Wantong Jiang <[email protected]>
--------- Signed-off-by: Zhiying Lin <[email protected]>
Signed-off-by: Wantong Jiang <[email protected]>
Signed-off-by: Wantong Jiang <[email protected]>
…lier (Azure#211) Minor fixes Signed-off-by: michaelawyu <[email protected]>
--------- Signed-off-by: Wantong Jiang <[email protected]>
Signed-off-by: Wantong Jiang <[email protected]>
…for better performance in larger clusters (Azure#156)
--------- Signed-off-by: Zhiying Lin <[email protected]>
--------- Signed-off-by: Wantong Jiang <[email protected]>
Signed-off-by: Wantong Jiang <[email protected]>
zhiying-lin
approved these changes
Aug 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of your changes
Fixes #
git log --oneline --decorate HEAD~1^2..HEAD^2
43fdbf0 (cncf/main, cncf/HEAD) test: enable rollout e2e tests for RP (#217)
96f4cb6 test: support override e2e tests for RP (#224)
46e5801 fix: fix azure msi client to not reuse tcp connection (#223)
4d3904f feat: make StatusReportingScope immutable (#207)
f6c14d1 fix: fix the resource change bug (#220)
c901571 interface: update ClusterResourcePlacementStatus API (#222)
6313b8d feat: minor improvement to the pod watcher (azure property provider) for better performance in larger clusters (#156)
7fc654c test: add rp tests with custom config (#221)
ff268e6 test: enable pickFixed tests for RP (#202)
cb52d4f chore: run resourcePlacement e2e in a separate pipeline (#218)
ced8ea6 feat: a minor naming change to keep things consistent in the work applier (#211)
ca9b195 feat: Loosening webhook to allow for kubernetes-fleet.io/ labels to be modified (#210)
f6245da test: add rp pickAll tests (#201)
24aee32 fix: Update controller package names (#206)
f85e0eb test: enable pickN e2e tests for RP (#205)
6cbfa8f fix: update scheduler watchers package name (#204)
be79070 test: fix override api integration test flakiness (#203)
6b62318 fix: add cel for override placement (#190)
2aaeb6a test: update e2e utils for RP and add pickAll tests for RP (#200)
d8d2618 feat: enable RP metrics (#195)
4d24e41 docs: add rp examples (#192)
15623ab fix: refactor the work applier code to reduce conditional checking + address an issue in work applier where some errors might not get properly surfaced in ReportDiff mode (#183)
11f130e test: increase time in clusterresourcebinding watcher IT (#99)
401170e chore: bump actions/checkout from 4 to 5 (#196)
97990f1 fix: remove the owner reference from work (#193)
630be5f feat: enable resourcePlacement controllers (#188)
ec5e57a fix: fix the rollout controller IT (#189)
5009332 test: add override test in rollout integration (#182)
0a1e1da feat: add the namespace only option in the resource selector (#187)
bf27823 chore: upgrade go version to 1.24.6 (#185)
d26fb8a chore: bump docker/login-action from 3.4.0 to 3.5.0 (#178)
0bd9bfb feat: update the resource_selector to support RP (#184)
a722522 test: refactor scheduler integration tests (#186)
fa3c42e fix: set the correct value for work applier fast backoff (#179)
8ea90d2 feat: enable scheduler for RP (#171)
9e0ca9e test: update unit test to use the test util fake informer (#180)
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer